home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global relations, comments, dayNo
- if the doubleClick then
- exit
- end if
- append(comments, " ")
- setAt(relations, count(relations), the clickOn - 8)
- if alertviolatedRule() then
- cursor(0)
- set the visible of sprite 16 to 0
- alert("Error: On Day #" & dayNo & ", the Ovulation Method was not followed correctly. You should not have had relations when you did.")
- set the visible of sprite 16 to 1
- cursor(4)
- end if
- go("chart stamp")
- cursor(0)
- end
-